Files
NodeTest/package.json
Cyanoure bdd36603df
All checks were successful
Build and Save Artifact / build (push) Successful in 11s
Version bump
2024-09-15 16:17:33 +02:00

24 lines
431 B
JSON

{
"name": "node-module-test",
"version": "1.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files":[
"dist"
],
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsup"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
}
}